docs: translate all Japanese docs to English#136
Open
ryuichi1208 wants to merge 1 commit into
Open
Conversation
READMEに合わせ、プロジェクト内の日本語ドキュメント・設定コメントをすべて英語化。 - docs/specs (16), docs/plans (9) の仕様・設計文書を英訳 - CONTRIBUTING / SECURITY / CHANGELOG を英訳 - CODE_OF_CONDUCT を Contributor Covenant v2.1 公式英語原文に差し替え - .github issue/PR テンプレート、lint.yml / pyproject.toml のコメントを英訳 コード・コマンド・型名・パス・リンク・表構造は保持。pytest 213 passed。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/specs) と設計プラン (docs/plans) を英訳し、ソースコード・コマンド・型名・パス・リンク・表構造は保持しています。CODE_OF_CONDUCT.mdは独自訳ではなく Contributor Covenant v2.1 の公式英語原文に差し替えました(連絡先は保持)。Changes
01-overview.md〜16-async-file-io.mdを英訳。見出しアンカーも整合。2026-05-21-string-builtins.mdほか設計文書を英訳。CONTRIBUTING.md/SECURITY.md/CHANGELOG.mdを英訳、CODE_OF_CONDUCT.mdを公式英語原文へ差し替え。PULL_REQUEST_TEMPLATE.md、issue テンプレート 4 種、workflows/lint.ymlのコメントを英訳。Checklist
uv run pytestが通る(213 passed)